home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / negative negative < prev    next >
Text File  |  1999-06-15  |  570b  |  33 lines

  1. Category: Andrew's Filters 5
  2. Title: Negative, Negative...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: NEGANEGA.8BF
  6.  
  7. R:val(0,0,8)*R-val(3,0,8)*r+rnd(0,ctl(6))-rnd(0,ctl(7))
  8.  
  9. G:val(1,0,8)*G-val(4,0,8)*g+rnd(0,ctl(6))-rnd(0,ctl(7))
  10.  
  11. B:val(2,0,8)*B-val(5,0,8)*b+rnd(0,ctl(6))-rnd(0,ctl(7))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Limit
  16. ctl[1]: Green Limit
  17. ctl[2]: Blue Limit
  18. ctl[3]: Red Current
  19. ctl[4]: Green Current
  20. ctl[5]: Blue Current
  21. ctl[6]: Random 1
  22. ctl[7]: Random 2
  23.  
  24. val[0]: 151
  25. val[1]: 89
  26. val[2]: 124
  27. val[3]: 129
  28. val[4]: 54
  29. val[5]: 193
  30. val[6]: 36
  31. val[7]: 188
  32.  
  33.